From: Florian Fainelli Date: Fri, 18 Jan 2013 16:34:32 +0000 (+0000) Subject: perf: add missing binutils dependency, needed for libbfd X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=e985ef640627def13c43d14d5b534b83a348e557;p=openwrt%2Fsvn-archive%2Fpackages.git perf: add missing binutils dependency, needed for libbfd Signed-off-by: Russell Senior Signed-off-by: Florian Fainelli SVN-Revision: 35230 --- diff --git a/devel/perf/Makefile b/devel/perf/Makefile index 2f3712baf..bd51fa5db 100644 --- a/devel/perf/Makefile +++ b/devel/perf/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2011-2012 OpenWrt.org +# Copyright (C) 2011-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,14 +10,14 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=perf PKG_VERSION:=$(LINUX_VERSION) -PKG_RELEASE:=1 +PKG_RELEASE:=2 include $(INCLUDE_DIR)/package.mk define Package/perf SECTION:=devel CATEGORY:=Development - DEPENDS:= +libelf1 +libdw +libpthread +librt + DEPENDS:= +libelf1 +libdw +libpthread +librt +binutils TITLE:=Linux performance monitoring tool VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE) URL:=http://www.kernel.org